Interactive HTML

You can interact with the native functions of the phone, from the html

Vibrate Phone

You can operate the phone to vibrate by a button.

Guide: WebAppInterface.vibrate(milliseconds);




Show Toast

You can show a toast by passing the message from JS.

Guide: WebAppInterface.vibrate('Welcome to Multi WebView App!');




Create Snak Bar

You can create a new snak bar by passing the message from JS.

Guide: WebAppInterface.snakBar('Welcome to Multi WebView App!');




Push Notification

Create a new notification by passing title and message from JS.

Guide: WebAppInterface.newNotification('Title', 'Notification Message');




Intent

Email, SMS, Call, Social Networks intent are availible.

Tel: Start intent for "tel:" links.
SMS: Start intent for "sms:" links.
Email: Start intent for "mailto:" links.
Instagram: Start intent for "https://www.instagram.com/YourUsername" links.
Facebook: Start intent for "https://www.facebook.com/YourUsername" links.
Twitter: Start intent for "https://www.twitter.com/YourUsername" links.
Telegram: Start intent for "https://www.t.me/YourUsername" links.
WhatsApp: Start intent for "whatsapp://send?text=Your custom text..." links.

Call SMS Email Instagram Facebook Twitter Telegram WhatsApp



Copyright © 2022 All Rights Reserved. Multi WebView